home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
299_01
/
error.h
< prev
next >
Wrap
Text File
|
1989-12-28
|
647b
|
15 lines
/****************************************************************************/
/* error.h */
/* this header is required for error.c */
/* (c) by Ronald Michaels. This program may be freely copied, modified, */
/* transmitted, or used for any non-commercial purpose. */
/****************************************************************************/
void error (int,int); /* prototype for error function */
#define WARN 1
#define FATAL 2
#define NO_OF_ERRORS (sizeof(err_mgs)/sizeof(char *))